Allow verification of custom request params#130
Allow verification of custom request params#130daniel-zahariev wants to merge 1 commit intophpclassic:masterfrom daniel-zahariev:master
Conversation
|
@daniel-zahariev |
|
@tareqtms because i'm building an API for Shopify embedded app and i want to use the Referrer HTTP header and verify that it has valid URL params (they should be sent from Shopify). And in order to do that i want to pass the extracted params to the verification method. |
|
@daniel-zahariev |
|
The API i'm building is called via JavaScript fetch method and so i want to use the HTTP Referrer header to do the authorisation. Don't think it's the best way to play with $_GET variable. |
No description provided.